<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------[åˆå§‹åŒ–]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  
*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {max-width: 100%;border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
a:hover {color: #ff4b59;}
.contain img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    
}
/*å¸ƒå±€*/
.wp {margin: 0 auto;width: 1400px;}
.wp-h{
    padding: 0 119px;
}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.16);
}
.header.fixed{
    background-color: #333;
}
.logo{
    float: left;
    overflow: hidden;
    width: 22.6vw;
    height: 120px;
    background: url(../images/logo.png) no-repeat center;
    -webkit-background-size: 100% auto;
     background-size: 100% auto; 
     text-indent: -1000em;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.nav{
    float: right;
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    position: relative;
    padding:  0;
}
.nav li .v1{
    font-size: 16px;
    color:#fff;
    display: block;
    line-height: 120px;
    position: relative;
    padding: 0 30px;
}
.nav li.v2{
     line-height: 120px;
}
.nav li.v2 a{
    font-size: 16px;
    color:#fff;
    display: inline-block;
}
.nav li.v2 span{
     font-size: 16px;
    color:#fff;
}
.nav li .v1::after{
    content:'';
    display: block;
    position: absolute;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    margin-top: -8px;
    left: 0;
}
.nav li:hover .v1::before,
.nav li.on .v1::before{
    content:'';
    display: block;
    position: absolute;
    width: 28px;
    height: 3px;
    background: #E5080B;
    left: 0;
    right: 0;
    bottom: 26px;
    margin:0 auto;
}
.nav li:first-child .v1::after{
    display: none;
}
.nav li:hover .v1,
.nav li.on .v1{
    color:#E5080B;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #E5080B;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#E5080B;
}
.nav .phone{
    margin-left: 15px;
    line-height: 120px;
    float: left;
    font-size: 16px;
    color:#fff;
    cursor: pointer;
    position: relative;
    padding-left: 16px;
}
.nav .phone::after{
    content:'';
    display: block;
    position: absolute;
    width: 1px;
    height: 16px;
    background: #fff;
    top: 50%;
    margin-top: -8px;
    left: 0;
}
.nav .phone img{
    display: inline-block;
}

/*******************************
    -------[=å¯¼èˆª]-------
********************************/
.menuBtn{
    display: none;
    position: fixed;
    top: 16px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #fff;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
/*******************************
    -------[=åº•éƒ¨]-------
********************************/

/*******************************
    -------[=å…¬ç”¨]-------
********************************/
.g-tit{
    text-align: center;
    margin-bottom: 40px;
}
.g-tit .cn{
    font-weight: bold;
    font-size: 36px;
    color:#333;
    margin-top: -32px;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 26px;
}
.g-tit .en{
    font-size: 48px;
    line-height: 48px;
    color:#E8E8E8;
    font-family: 'Impact';
    text-transform: uppercase;
}
.g-tit .cn::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 36px;
    height: 6px;
    margin: 0 auto;
    background: #DA3133;
}
.g-tit .desc{
    font-size: 16px;
    color:#999;
}
.banner .swiper-slide{
    display: block;
     height: 41.7vw;
    position: relative;
    min-height: 220px;
}
.banner .swiper-slide video{z-index:2;}
.banner .swiper-slide img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 4s;
    -o-transition: 4s;
    -moz-transition: 4s;
    transition: 4s;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;

}
/*.banner.swiper-container .swiper-slide.swiper-slide-active img{
     -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}*/
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 40px;
    left: 50%;
    margin-left: -92.5px;
   width: 185px;
   text-align: center;
   line-height: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 24px;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width:20px;height:20px;background:url(../images/ico3.png) no-repeat center;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background:url(../images/ico2.png) no-repeat center;}

.banner  video,.banner img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit:fill;
    position:relative;
}

/**about***/
.g-about{
    overflow: hidden;
}
.g-about .info{
    font-size: 16px;
    color:#333333;
    line-height: 2.25;
    margin-bottom: 58px;
}
.g-about .info p{
    text-indent: 2em;
    margin-bottom: 8px;
}
.ul-nub{
    overflow: hidden;
    margin-bottom: 75px;
}
.ul-nub li{
    width: 25%;
    float: left;
    text-align: center;
    font-size: 18px;
    color:#646464;
    border-right: #D2D2D2 1px solid;
}
.ul-nub li:last-child{
    border:none;
}
.ul-nub li .nub{
    font-size: 20px;
    color:#E60619;
    margin-bottom: 10px;
}
.ul-nub li .nub span{
    font-size: 50px;
    font-family: Impact;
    margin-right: 5px;
}
.ul-nub li .nub em{
   font-style: normal;
   position: relative;
   top: -20px;
}
.ul-list1{
    overflow: hidden;
}
.ul-list1 li{
    width: 25%;
    float: left;
}
.ul-list1 .pic{
    position: relative;
    height: 0;
    padding-top: 77%;
    overflow: hidden;
}
.ul-list1 .pic img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ul-list1 .txt{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color:#fff;
    font-size: 14px;
    line-height: 1.71;
    padding: 64px 40px 0;
}
.ul-list1 .txt .tit{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ul-list1 .line{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(230, 6, 25, .8);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
    opacity: 0;
}
.ul-list1 li:hover .line{
    opacity: 1;
}
.ul-list1 i{
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 30px;
    background: url(../images/ico4.png) no-repeat center center;
    background-size: cover;
    right: -100px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}
.ul-list1 li:hover i{
    right: 33px;
}
.row1{
    overflow: hidden;
    background: url(../images/pic5.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 58px 0 80px;
}
.row1 .g-tit .cn::after{
    display: none;
}
.row1 .g-tit .cn{
    padding-bottom: 0;
    margin-bottom: 0;
}

.row2{
    overflow: hidden;
    padding: 60px 0;
    background: url(../images/pic6.jpg) no-repeat top;
}
.row2 .g-tit .en{
    color:rgba(255, 255, 255, 0.08);
}
.row2 .g-tit .cn{
    color:#fff;
}
.row2 .g-tit .desc{
    color: #fff;
    padding:0 15%;
}
.ul-tab{
    overflow: hidden;
    margin-bottom: 40px;
}
.ul-tab li{
    width: 25%;
    float: left;
    text-align: center;
    background-color:#E9E9E9;
    border-right: 1px solid #D2D2D2;
    height: 140px;
}
.ul-tab li a{
    display: block;
}
.ul-tab li:hover,
.ul-tab li.on{
    background: #DA3133;
    border: 1px solid #D2D2D2;
}
.protab{
    overflow: hidden;
}
.ul-tab li:hover .txt,
.ul-tab li.on .txt,
.ul-tab li.on p:first-child,
.ul-tab li:hover p:first-child{
    color:#fff;
}
.ul-tab  .i{
    display: inline-block;
    width: 120px;
    height: 75px;
    margin-top: 30px;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center ;
    -webkit-background-size: contain;
    background-size: contain;
}
.ul-tab  .i1{
    background-image: url(../images/ico5.png);
}
.ul-tab  .i2{
    background-image: url(../images/ico6.png);
}
.ul-tab  .i3{
    background-image: url(../images/ico7.png);
}
.ul-tab  .i4{
    background-image: url(../images/ico71.png);
}
.ul-tab .txt{
    display: inline-block;
    text-align: left;
    font-size: 16px;
    color:#666666;
    position: relative;
    top: -10px;
    text-transform: uppercase;
}
.ul-tab .txt p:first-child{
    font-size: 20px;
    color:#333333;
    margin-bottom: 4px;
}
.slider1 .swiper-slide{
    padding-bottom: 1px;
}
.slider1 .con{
    background-color: #fff;
    border: 1px solid #DCDCDC;
    padding: 24px 30px 48px; 
}
.slider1 .tit{
    font-size: 18px;
    color:#333333;
    margin-bottom: 10px;
}
.slider1 .title{
    font-size: 20px;
    color:#222222;
    font-weight: bold;
    margin-bottom: 44px;
}
.slider1 .pic{
    overflow: hidden;
    height: 0;
    padding-top: 75%;
    position: relative;
    margin-bottom: 36px;
}
.slider1 .desc{
    overflow: hidden;
    font-size: 15px;
    color:#666;
    line-height: 1.5;
    padding-top: 4px;
    padding-left: 65px;
    height: 70px;
    background: url(../images/ico8.png) no-repeat top left;
    margin-bottom: 50px;
}
.slider1 .desc p{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;   
}

.slider1 .link{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}
.slider1 .link a{
    width: 130px;
    height: 50px;
    border: 1px solid #A0A0A0;
    text-align: center;
    line-height: 48px;
    font-size: 15px;
    color:#666666;
}
.slider1 .link a:hover{
    border-color: #DA3133;
    background-color: #DA3133;
    color:#fff;
}
.slider2  .pic{
    border:1px solid #E5E5E5;
    line-height: 96px;
    height: 100px;
    text-align: center;
}
.slider2  img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.row3{
    margin-bottom: 60px;
}
.slider3{
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/pic9.jpg);
}
.slider3 .con{
    height: 680px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.slider3 .con .show{
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 117px) ;
    padding: 0 50px;
    color:#fff;
    height: 117px;
    transition: all .3s;
}
.slider3 .con .tit{
    height: 117px;
    font-size: 16px;
    text-transform: uppercase;
}
.slider3 .con .cn{
    font-size: 36px;
}
.slider3 .con:hover .show,.slider3 .con.on .show{
    height: 100%;
    top: 0;
    padding-top: 300px;
    background: rgba(1, 6, 14, .5);
}
.slider3 .con:hover .cn,.slider3 .con.on .cn{
    font-size: 52px;
    color:#DA3133;
    font-weight: bold;
}
.slider3 .con .desc{
    font-size: 16px;
    line-height: 1.88;
    margin-bottom: 68px;
}
.slider3 .con .nub{
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
  /*  position: absolute;
    bottom: 10px;
    left: 50px;
    display: none;*/
}
.slider3 .con .nub.n1{
    background-image: url(../images/01.png);
}
.slider3 .con .nub.n2{
    background-image: url(../images/02.png);
}
.slider3 .con .nub.n3{
    background-image: url(../images/03.png);
}
.slider3 .con .nub.n4{
    background-image: url(../images/04.png);
}

.row4{
    overflow: hidden;
    background: url(../images/pic10.jpg) no-repeat left top;
    position: relative;
}
.row4 .w50{
    float: left;
    width: 50%;
}
.g-news{
    padding: 111px 0 0 260px ;
}
.g-news .tit{
    font-size: 16px;
    color:#666666;
}
.g-news .en{
    font-size: 48px;
    font-family: Impact;
    color:#333333;
    line-height: 1.2;
}
.g-news .tit{
    font-size: 16px;
    margin-bottom: 29px;
    color:#666666;
}
.g-news .cn{
    font-size: 36px;
    color:#333333;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}
.row4  .g-more{
    position: absolute;
    display: block;
    left: 260px;
    bottom: 80px;
    width: 156px;
    height: 42px;
    border: 1px solid #363636;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color:#363636;
}
.row4  .g-more:hover{
     border-color: #DA3133;
    background-color: #DA3133;
    color:#fff;
}
.p_btn{margin:0;width:91px;height:36px;position:relative;z-index: 6;}
.p_btn .swiper-button-prev{width:36px;height:36px;background:url(../images/prev.png) no-repeat;left:0;margin-top:0;font-size:29px;color:#FFF;line-height:36px;text-align:center;font-family:'å®‹ä½“';outline:none;top: 0;}
.p_btn .swiper-button-next{width:36px;height:36px;background:url(../images/next.jpg) no-repeat;right:0;margin-top:0;font-size:29px;color:#FFF;line-height:49px;text-align:center;font-family:'å®‹ä½“';outline:none;top: 0;}
.slider4 a{
    display: block;
    padding: 97px 32px 80px;
    border-left: 1px solid #f0f0f0;
}
.slider4 .day{
    font-size: 60px;
    color:#B5B5B5;
    margin-bottom: 53px;
}
.slider4 .yy{
    font-size: 18px;
    color:#333333;
    margin-bottom: 10px;
}
.slider4 .tit{
    font-size: 16px;
    color:#333333;
    line-height: 1.5;
    margin-bottom: 26px;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 1;
}
.slider4 .pic{
    overflow: hidden;
    height: 180px;
    margin-bottom: 14px;
}
.slider4 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider4 .desc{
    font-size: 14px;
    color:#888888;
    margin-bottom: 44px;
    line-height: 1.8;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 3;
}
.slider4 .more{
    width: 96px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #959595;
    text-align: center;
}
.slider4 .more i{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 7px;
    background: url(../images/ico9.png) no-repeat;
}
/*å¸¸è§é—®é¢˜*/
.cjwt{ background:#fff;}
 .questions{padding-top:0px; overflow:hidden; padding-bottom:30px;}
 .questions .questions_title{height:62px;line-height:62px;color:#000;font-size:20px; position:relative;}
 .questions .questions_title .more{position:absolute;top:0px;right:0;font-size:14px;color:#999;}
 .questions .questions_ul{margin-top:8px;}
 .questions .questions_ul .q{width:36px;float:left;margin-top: 6px;}
 .questions .questions_ul .q .btn1{width:36px;height:18px;color:#FFF;line-height:20px;text-align:center;background:#DA3133;display:block;margin-bottom:20px;font-size:12px;}
 .questions .questions_ul .q .btn1.a{background:#6D6D6D;}
 .questions .questions_ul .txt{width: calc(100% - 50px);float:right;}
 .questions .questions_ul .txt a p{ color:#333333;}
  .questions .questions_ul .txt a {display: block;margin-bottom: 10px;}
 .questions .questions_ul .txt p{color:#999999;line-height:24px;}
   .questions .questions_ul .txt a p{line-height:33px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .questions .questions_ul .txt p{ font-size:14px; color:#999;line-height: 1.71; font-family:Arial, Helvetica, sans-serif;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
 .questions .questions_ul .txt a p{line-height:29px;font-size:16px;}
/**footer**/
.footer{
 overflow: hidden;
}
.footer .top{
    overflow: hidden;
    padding: 80px 0 26px;
    background: url(../images/pic12.jpg);
}
.footer .tit{
    color:#FFFFFF;
    font-size: 18px;
    margin-bottom: 36px;
}
.fd-form{
    float: left;
    width:calc(100% - 400px);
}
.fd-form .w140{
    width: 140px;
}
.fd-form .w180{
    width: 180px;
}
.fd-form .w350{
    width: 440px;
}
.fd-form .box{
    overflow: hidden;
}
.fd-form .item{
    overflow: hidden;
    float: left;
    margin-right: 40px;
}
.fd-form .item .inp-box{
    height: 37px;
    overflow: hidden;
}
.fd-form .item .inp{
    display: block;
    width: 100%;
    height: 32px;
    background: none;
    color:#fff;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.fd-form .item .inp::placeholder{
    color:#fff;
}
.fdnav{
    overflow: hidden;
    margin-bottom: 50px;
}
.fdnav  dl{
    float: left;
    margin-right: 150px;
}
.fdnav  dl:last-child{
    margin-right: 0;
}
.fdnav  dl dd a,.fdnav  dl dd span{
    display: block;
    font-size: 14px;
    line-height: 2.29;
    color:#A5A5A5;
}
.fd-form .btn input{
    display: block;
    width: 88px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: none;
    color:#fff;
    cursor: pointer;
}
.fd-desc{
    overflow: hidden;
    float: right;
    width: 300px;
}
.fd-desc  .desc{
    font-size: 14px;
    color:#A5A5A5;
    line-height: 2.29;
    margin-bottom: 21px;
}
.fd-desc  .desc .add{
    color:#fff;
    font-size: 14px;
    margin-bottom: 20px;
}
.fd-desc  .qr{
    overflow: hidden;
    text-align: center;
    color:#fff;
    font-size: 13px;
    width: 114px;
    color:#AAAAAA;
}
.fd-desc  .qr .qrimg{
    display: block;
    width: 114px;
    height: 114px;
    padding: 10px;
    margin-bottom: 6px;
    background:#fff url(../images/qr.jpg) no-repeat center;
    -webkit-background-size: 104px 104px;
    background-size: 104px 104px;
}
.copy{
    font-size: 14px;
    line-height: 54px;
    color:#fff;
    background: #323232;
}
.copy a{
  font-size: 14px;
  color:#fff;
}
.links{
    display: none;
}
.index .links{
    display: block;
}
.links .ico{
    width: 170px;
    height: 33px;
    background: url(../images/links.png) no-repeat;
    margin-bottom: 20px;
}
.links .link{
    overflow: hidden;
}
.links .link a{
   
    display: inline-block;
   
    margin-right: 10px;
    font-size: 14px;
    color:#B1B0AF;
    margin-bottom: 15px;
    
}

#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:33.333%;height:53px;display:block;float:left;position:relative;font-size: 14px;color:#fff;text-align: center;padding-bottom: 4px;}
#floatBottom a img{
    display: block;

    margin:4px auto 2px;
    height: 25px;
}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}

@media only screen and (max-width: 1900px){
.wp-h{padding: 0 50px;}
.nav li .v1{padding: 0 15px;}
}
@media only screen and (max-width: 1600px) {
    .logo{height: 80px;}
    .nav li.v2{line-height: 80px;}
    .nav li .v1,.nav .phone{line-height: 80px;}
    .slider3 .con{height: 500px;}
    .slider3 .con .show{padding: 0 30px;}
    .slider3 .con:hover .show,.slider3 .con.on .show{padding-top: 100px;}
    .slider3 .con:hover .cn,.slider3 .con.on .cn{font-size: 40px;}
    .g-news{padding-left: 50px;padding-right: 50px;}
    .row4 .g-more{left: 50px;}
    .slider4 a{padding: 60px 30px;}
    .row4 .w50:first-child{width: 40%;}
    .row4 .w50{width: 60%;}
    .slider4 .day{margin-bottom: 30px;}
}
@media only screen and (max-width: 1430px) {
    .wp{width: 1200px;}
    .nav li .v1{font-size: 14px;}
    .wp-h{padding: 0 15px;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 10px;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{width: auto;bottom: 0px;height: auto;background: none;margin-left: -25px;}
    .footer .top{padding: 30px 0;}
}
@media only screen and (max-width: 1230px) {
    .wp{width: auto;padding: 0 15px;} 
    .fd-form,.fd-desc{width: auto;float: none;}
    .fdnav{display: none;}
    .links .link a{width: auto;background: none;padding-bottom: 0;border-bottom: none;}
    .footer .tit{margin-bottom: 15px;}
    .fd-desc .desc .add{margin-bottom: 0;}
    .menuBtn{display: block;}
     .nav{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        margin-left: 100%; 
        z-index: 99;
        overflow: hidden;
        transition:all .3s;
        background: none;
        width: auto;
        float: none;
        padding: 0;
    }
    .nav.on{
        margin-left: 0%;
    }
    .nav li.v2{line-height: 35px;padding-left: 20px;}
    .nav li .v1{padding: 0;}
    .nav .phone{display: none;}
    .nav ul{
        width: 240px;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        float: none;
        margin: 0;
        padding-right: 0;
        padding-top: 50px;
        overflow-y: scroll;
    }
    .nav li{float: none;width: auto;}
    .nav .bg{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
    }
    .nav li .v1{line-height: 40px;text-align: left;padding-left: 20px;}
    .nav li:hover .v1::before, .nav li.on .v1::before {display: none;}
    .nav li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
      position: absolute;
      right: 0;
      top: 0;
        z-index: 9;
        background: url(../images/sel2.png) no-repeat center center;
    }
    .nav li .sub{position: static;padding-left: 0;background: transparent;box-shadow:none;}
    .nav li .sub a{padding-left: 20px;text-align: left;float: none;line-height: 30px;color:#fff;}
    .nav .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav li:hover .v1, .nav li.on .v1{
        background: none;
        color:#fff;
    }
    .nav li .v1::after{display: none;}
    .logo{height: 60px;width: 220px;}
    body{padding: 60px 0 53px;}
    .header{background-color: #333;}
    .g-tit .cn {font-size: 26px;padding-bottom: 15px;}
    .g-tit .en{font-size: 42px;height: auto;}
    .ul-list1 .txt{padding: 15px;}
    .ul-list1 .txt .tit{font-size: 20px;}
    .ul-list1 .txt br{display: none;}
    .ul-list1 i{width: 30px;height: 30px;bottom:15px;}
    .ul-tab .txt{font-size: 12px;}
    .slider3 .con .cn{font-size: 24px;}
    .slider3 .con .tit{font-size: 14px;}
    .slider3 .con .show{top: calc(100% - 80px);}
    .slider3 .con .tit{height: 80px;}
    .slider3 .con:hover .cn{font-size: 30px;}
    .slider3 .con:hover .show,.slider3 .con.on .show{padding-top: 30px;}
    .slider3 .con .desc{font-size: 14px;line-height: 1.6;}
    .slider3 .con .desc{margin-bottom: 30px;}
    .g-news .en{font-size: 28px;}
    .g-news .cn{font-size: 22px;}
    .slider1 .con{padding: 24px;}
    .slider1 .title,.slider1 .pic,.slider1 .desc{margin-bottom: 15px;}
    .slider1 .link a{width: 120px;line-height: 42px;height: 44px;font-size: 14px;}
    .ul-nub li .nub span{font-size: 40px;}
    .ul-nub li .nub{margin-bottom: 0px;}
    .ul-nub li{border-right: none;}
    .g-about .info{font-size: 14px;line-height: 1.8;}
    .nav li:hover .v1::before{display: none;}
    .g-tit .desc{font-size: 12px;}
    #floatBottom{display: block;}
    .ul-tab li{height:120px;}
    .ul-tab .i{width:80px;margin-top:18px;}
}
@media only screen and (max-width: 1020px) {
     .g-tit .cn {font-size: 22px;padding-bottom: 15px;}
    .g-tit .en{display: none;}
    .g-tit .cn{margin-top: 0;}
    .slider4 .pic{height: 120px;}
    .slider4 a{padding: 20px;}
    .slider4 .day{font-size: 30px;line-height: 1.1;margin-bottom: 15px;}
    .g-news{padding-top: 50px;}
    .copy{padding: 15px 0;line-height: 1.8;}
    .copy a{display: inline-block;line-height: 1.8;}
    .g-tit .cn::after{height: 3px;}
    .row1,.row2,.row3{padding: 30px 0;margin:0;}
    .slider3 .con{height: 400px;}
    .slider3 .con .show{padding: 0 20px;}
    .g-about .info{margin-bottom: 20px;}
    .ul-nub{margin-bottom: 20px;}
    
}
@media only screen and (max-width: 960px) {
     .ul-tab .i{display: none;}
     .ul-tab .txt{display: block;text-align: center;position: static;}
     .ul-tab li{height: auto;padding: 15px 0;}
     .slider2 .pic{line-height: 94px;}
     .g-tit .cn{padding-bottom: 8px;}
     .ul-tab{margin-bottom: 30px;}
   
}

@media only screen and (max-width: 767px) {
   .g-tit .cn {font-size: 20px;}
    .g-news{padding-left: 15px;padding-right: 15px;}
    .row4 .g-more{left: 15px;} 
    .g-news .en{font-size: 22px;}
    .g-news .cn{font-size: 20px;}
    .ul-list1 li{width: 50%;}
    .ul-tab .txt p:last-child{display: none;}
    .ul-tab .txt p:first-child{font-size: 16px;margin-bottom: 0;}
    .g-tit .en{font-size: 18px;}
    .ul-nub li{width: 50%;}
    .g-tit{margin-bottom: 20px;}
    .questions_ul .col-xs-12:nth-child(2n+1){display: none;}
    .questions .questions_title h2{font-size: 18px;}
    .banner .img{display: block;}
    .banner video{display: none;}
    .ul-tab li{width:50%;border-bottom:1px solid #D2D2D2;}
    .ul-tab li:hover, .ul-tab li.on{border:none;border-bottom:1px solid #D2D2D2;}
}

@media only screen and (max-width: 500px) {
    .row4 .w50,.row4 .w50:first-child{width: auto;float: none;}
    .row4 .g-more{position: static;margin:20px auto 0;}
    .p_btn{position: static;width: auto;height: auto;}
    .row4{padding: 30px 0;}
    .g-news{padding-top: 0;}
    .slider4 .pic{height: auto;}
    .slider4 .more{display: none;}
    .slider4 .desc{margin-bottom: 0;}
    .slider4 a{padding: 0 15px;}
    .slider4 .day{margin-bottom: 0;}
    .slider4 .tit{margin-bottom: 2px;}
    .g-news .cn,.slider4 .yy{margin-bottom: 5px;}
    .p_btn .swiper-button-prev,.p_btn .swiper-button-next{top: 55%;}
    .slider3 .con{height: 300px;}
    .slider3 .con .desc{margin-bottom: 20px;}
    .ul-list1 .pic{padding-top: 100%;}
    .ul-nub li .nub span{font-size: 26px;}
    .ul-nub li .nub em{top: -10px;font-size: 14px;}
    .ul-nub li{margin-bottom: 5px;}

}
/*xhdq*/
.xhdq{padding:0 0 60px;}
.xhdq .xh_table table{width:100%;border-left:1px solid #eee;border-right:1px solid #eee;}
.xhdq .xh_table thead{background:#DA3133;line-height:50px;text-align:center;font-size:16px;color:#fff;}
.xhdq .xh_table thead th{text-align:center;}
.xhdq .xh_table thead .t1{width:200px;}
.xhdq .xh_table td{font-size:14px;color:#333;line-height:1.78;border:1px solid #eee;padding:10px;text-align:center;}
.xhdq .xh_table tbody tr td:last-child{font-size:14px;text-align:left;}
.xhdq .xh_table tbody tr:nth-child(even){background:#f5f5f5;}
/*weixiu*/
.weixiu{padding:60px 0;background:url(../images/n-pic12.jpg) no-repeat center center;background-size:cover;}
.weixiu .wx_ul{margin-top:35px;overflow:hidden;}
.weixiu .wx_ul .swiper-slide{width:100%;height:280px;position:relative;border:1px solid #EEE;}
.weixiu .wx_ul .wx_txt{background:#FFF;padding:20px 15px 15px;position:absolute;left:0;top:0;width:100%;height:100%;text-align:center;
    -webkit-transition:all 0.3s ease-in-out;
       -moz-transition:all 0.3s ease-in-out;
         -o-transition:all 0.3s ease-in-out;
            transition:all 0.3s ease-in-out;
}
.weixiu .wx_ul .wx_txt i{width:50px;height:50px;background:#DA3133;border-radius:50%;margin:0 auto;display:block;background-repeat:no-repeat;background-position:center center;background-size:auto 28px;}
.weixiu .wx_ul .wx_txt i.icon1{background-image:url(../images/wx_icon11.png);}
.weixiu .wx_ul .wx_txt i.icon2{background-image:url(../images/wx_icon22.png);}
.weixiu .wx_ul .wx_txt i.icon3{background-image:url(../images/wx_icon33.png);}
.weixiu .wx_ul .wx_txt i.icon4{background-image:url(../images/wx_icon44.png);}
.weixiu .wx_ul .wx_txt i.icon5{background-image:url(../images/wx_icon55.png);}
.weixiu .wx_ul .wx_txt i.icon6{background-image:url(../images/wx_icon66.png);}
.weixiu .wx_ul .wx_txt p{font-size:15px;line-height:26px;color:#666;}
.weixiu .wx_ul .wx_txt p:nth-child(2){font-size:20px;height:30px;line-height:30px;color:#222;font-weight:bold;margin:18px 0 10px;}
.weixiu .wx_ul .wx_txt p:nth-child(3){height:78px;}
.weixiu .wx_ul .wx_txt span{display:inline-block;padding:0 15px;font-size:12px;background:#DA3133;border-radius:20px;height:32px;line-height:32px;color:#FFF;margin-top:10px;}
.weixiu .wx_ul .wx_pp{opacity:0;position:absolute;width:100%;height:100%;left:0;top:0;background:#DA3133;padding:20px 15px;
    -webkit-transition:all 0.3s ease-in-out;
       -moz-transition:all 0.3s ease-in-out;
         -o-transition:all 0.3s ease-in-out;
            transition:all 0.3s ease-in-out;
}
.weixiu .wx_ul .wx_pp p{font-size:14px;line-height:25px;color:#FFF;}
.weixiu .wx_ul .wx_pp p:first-child{font-size:20px;height:30px;line-height:30px;font-weight:bold;margin-bottom:10px;text-align:center;}
.weixiu .wx_ul .swiper-slide:hover .wx_txt{opacity:0;}
.weixiu .wx_ul .swiper-slide:hover .wx_pp{opacity:1;}
.weixiu .wx_con{margin-top:30px;text-align:center;}
.weixiu .wx_con span{display:inline-block;font-size:28px;font-weight:bold;vertical-align:top;}
.weixiu .wx_con a{display:inline-block;width:150px;height:42px;line-height:42px;background:#DA3133;color:#FFF;text-align:center;border-radius:20px;margin-left:20px;font-size:16px;}
/*yingyong*/
.yingyong{padding:44px 0 60px;}
.yingyong .yy_ul{overflow:hidden;margin-top:33px;position:relative;}
.yingyong .yy_ul .yy_img{width:100%;padding-bottom:38.07%;position:relative;overflow:hidden;}
.yingyong .yy_ul .yy_img img{position:absolute;left:0;top:0;display:block;width:100%;height:100%;object-fit:cover;}
.yingyong .yy_ul .yy_img .wp{position:absolute;height:100%;left:50%;top:0;padding-bottom:179px;}
.yingyong .yy_ul .yy_img .yy_txt{position:relative;width:100%;height:100%;}  
.yingyong .yy_ul .yy_img .yy_txt .yy_pp{position:absolute;left:0;top:50%;}
.yingyong .yy_ul .yy_img .yy_txt .yy_pp .yy_p{padding:31px 40px 30px 50px;background:rgba(255,255,255,.8);margin-top:38px;width:100%;max-width:725px;height:286px;}
.yingyong .yy_ul .yy_img .yy_txt .yy_pp .yy_p p{font-size:15px;line-height:32px;color:#484848;}
.yingyong .yy_ul .yy_img .yy_txt .yy_pp .yy_p p:first-child{font-size:32px;height:42px;line-height:42px;color:#232222;font-weight:bold;margin-bottom:23px;}
.yingyong .yy_ul .yy_img .yy_txt .yy_pp .yy_p p:last-child{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.yingyong .yy_ul .swiper-slide.swiper-slide-active .yy_img img{
    -webkit-animation:toSmall 1.5s ease-in-out;
       -moz-animation:toSmall 1.5s ease-in-out;
         -o-animation:toSmall 1.5s ease-in-out;
            animation:toSmall 1.5s ease-in-out;}
.yingyong .sw_btn{width:100%;height:133px;width:100%;background:rgba(218,49,51,.8);position:absolute;left:0;bottom:0;z-index:1;}
.yingyong .sw_btn .wp{position:relative;}
.yingyong .sw_btn .swiper-pagination{width:100%;}
.yingyong .sw_btn span.swiper-pagination-bullet{display:block;width:33.33%;height:auto;border-left:1px solid #FFF;float:left;border-radius:0;background:transparent;opacity:1;}
.yingyong .sw_btn span.swiper-pagination-bullet:first-child{border-left:none;}
.yingyong .sw_btn .sw_li{padding:25px 0 22px;position:relative;}
.yingyong .sw_btn .sw_li:before{content:'';width:0;height:100%;position:absolute;left:0;top:0;background:#333;z-index:-1;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;}
.yingyong .sw_btn .sw_li i{display:block;height:43px;background-repeat:no-repeat;background-position:center center;background-size:auto 100%;}
.yingyong .sw_btn .sw_li i.icon0{background-image:url(../images/01.png);}
.yingyong .sw_btn .sw_li i.icon1{background-image:url(../images/02.png);}
.yingyong .sw_btn .sw_li i.icon2{background-image:url(../images/03.png);}
.yingyong .sw_btn .sw_li i.icon3{background-image:url(../images/04.png);}
.yingyong .sw_btn .sw_li i.icon4{background-image:url(../images/05.png);}
.yingyong .sw_btn .sw_li i.icon5{background-image:url(../images/06.png);}
.yingyong .sw_btn .sw_li p{font-size:18px;height:28px;line-height:28px;font-weight:bold;margin-top:15px;color:#FFF;text-align:center;}
.yingyong .sw_btn span.swiper-pagination-bullet.swiper-pagination-bullet-active .sw_li:before{width:100%;}
.t5{
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.l5{
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*ft-form*/
.ft_form{margin-bottom:40px;}
.ft_form input{display:block;width:250px;height:60px;line-height:58px;margin-left:20px;background:#FFF;padding:0 15px;outline:none;float:left;border:1px solid #3B3B3B;color:#333;}
.ft_form input:first-child{margin-left:0;}
.ft_form input#content{width:650px;}
.ft_form .ft_btn{width:190px;height:60px;line-height:60px;font-size:14px;color:#FFF;float:right;background:#E60619;text-align:center;cursor:pointer;}
@media only screen and (max-width: 1430px) {
    .weixiu .wx_ul .swiper-slide{height:255px;}
    .weixiu .wx_ul .wx_txt{padding:15px 12px 12px;}
    .weixiu .wx_ul .wx_txt i{width:44px;height:44px;background-size:auto 22px;}
    .weixiu .wx_ul .wx_txt p{font-size:14px;line-height:24px;}
    .weixiu .wx_ul .wx_txt p:nth-child(2){font-size:18px;height:28px;line-height:28px;margin:15px 0 8px;}
    .weixiu .wx_ul .wx_txt p:nth-child(3){height:72px;}
    .weixiu .wx_ul .wx_txt span{height:29px;line-height:29px;}
    .weixiu .wx_ul .wx_pp{padding:15px 12px}
    .weixiu .wx_ul .wx_pp p{line-height:24px;font-size:13px;}
    .weixiu .wx_ul .wx_pp p:first-child{font-size:18px;height:28px;line-height:28px;margin-bottom:8px;}
    .weixiu .wx_con{margin-top:25px;}
    .weixiu .wx_con span{font-size:24px;}
    .weixiu .wx_con a{width:140px;height:38px;line-height:38px;margin-left:15px;font-size:15px;}
    .yingyong{padding:32px 0 50px;}
    .yingyong .yy_ul{margin-top:26px;}
    .yingyong .yy_ul .yy_img .wp{padding-bottom:142px;}
    .yingyong .yy_ul .yy_img .yy_txt .yy_pp .yy_p{padding:22px 30px 22px 35px;margin-top:38px;max-width:655px;height:223px;}
    .yingyong .yy_ul .yy_img .yy_txt .yy_pp .yy_p p{font-size:14px;line-height:26px;}
    .yingyong .yy_ul .yy_img .yy_txt .yy_pp .yy_p p:first-child{font-size:26px;height:34px;line-height:34px;margin-bottom:15px;}
    .yingyong .yy_ul .yy_img .yy_txt .yy_pp a{margin-top:20px;margin-left:20px;font-size:15px;height:40px;line-height:38px;width:150px;background-position:right 18px center;padding-left:30px;}
    .yingyong .sw_btn{height:114px;}
    .yingyong .sw_btn .sw_li{padding:20px 0;}
    .yingyong .sw_btn .sw_li i{height:38px;}
    .yingyong .sw_btn .sw_li p{font-size:16px;height:26px;line-height:26px;margin-top:10px;}
    .ft_form{margin-bottom:30px;}
    .ft_form input{width:200px;height:54px;line-height:52px;margin-left:15px;}
    .ft_form input#content{width:595px;}
    .ft_form .ft_btn{width:160px;height:54px;line-height:54px;}
}
@media only screen and (max-width: 1230px) {
    .xhdq{padding:0 0 30px;}
    .weixiu{padding:30px 0;}
    .weixiu .wx_ul{margin-top:25px;}
    .weixiu .wx_ul .swiper-slide{height:225px;}
    .weixiu .wx_ul .wx_txt{padding:10px 10px 10px;}
    .weixiu .wx_ul .wx_txt i{width:40px;height:40px;background-size:auto 20px;}
    .weixiu .wx_ul .wx_txt p:nth-child(2){font-size:16px;height:26px;line-height:26px;margin:10px 0 6px;}
    .weixiu .wx_ul .wx_pp{padding:10px 10px}
    .weixiu .wx_ul .wx_pp p{font-size:12px;line-height:22px;}
    .weixiu .wx_ul .wx_pp p:first-child{font-size:16px;height:26px;line-height:26px;margin-bottom:6px;}
    .weixiu .wx_con{margin-top:20px;}
    .weixiu .wx_con span{font-size:20px;}
    .weixiu .wx_con a{width:130px;height:35px;line-height:35px;margin-left:12px;font-size:14px;}
    .yingyong{padding:20px 0 30px;}
    .yingyong .yy_ul{margin-top:15px;}
    .yingyong .yy_ul .yy_img .wp{padding-bottom:110px;width:100%;}
    .yingyong .yy_ul .yy_img .yy_txt .yy_pp .yy_p{padding:15px 20px 15px 22px;margin-top:26px;max-width:588px;height:190px;}
    .yingyong .yy_ul .yy_img .yy_txt .yy_pp .yy_p p{font-size:13px;line-height:24px;}
    .yingyong .yy_ul .yy_img .yy_txt .yy_pp .yy_p p:first-child{font-size:20px;height:30px;line-height:30px;margin-bottom:10px;}
    .yingyong .yy_ul .yy_img .yy_txt .yy_pp a{margin-top:15px;margin-left:0;font-size:14px;height:36px;line-height:34px;}
    .yingyong .sw_btn{height:86px;}
    .yingyong .sw_btn .sw_li{padding:12px 0;}
    .yingyong .sw_btn .sw_li i{height:32px;}
    .yingyong .sw_btn .sw_li p{font-size:14px;height:24px;line-height:24px;margin-top:6px;}
    .ft_form{margin-bottom:20px;}
    .ft_form input{width:170px;height:50px;line-height:48px;margin-left:10px;}
    .ft_form input#content{width:calc(100% - 500px);}
    .ft_form .ft_btn{width:130px;height:50px;line-height:50px;}
}
@media only screen and (max-width: 1023px) {
    .xhdq{padding:0 0 30px;}
    .weixiu{padding:30px 0;}
    .weixiu .wx_ul{margin-top:25px;}
    .weixiu .wx_ul .swiper-slide{height:225px;}
    .weixiu .wx_ul .wx_txt{padding:10px 10px 10px;}
    .weixiu .wx_ul .wx_txt i{width:40px;height:40px;background-size:auto 20px;}
    .weixiu .wx_ul .wx_txt p:nth-child(2){font-size:16px;height:26px;line-height:26px;margin:10px 0 6px;}
    .weixiu .wx_ul .wx_pp{padding:10px 10px}
    .weixiu .wx_ul .wx_pp p{font-size:12px;line-height:22px;}
    .weixiu .wx_ul .wx_pp p:first-child{font-size:16px;height:26px;line-height:26px;margin-bottom:6px;}
    .weixiu .wx_con{margin-top:15px;}
    .weixiu .wx_con span{font-size:18px;}
    .weixiu .wx_con a{width:120px;height:32px;line-height:32px;margin-left:10px;}
    .yingyong{padding:20px 0;}
    .yingyong .yy_ul{margin-top:10px;}
    .yingyong .yy_ul .yy_img .container{padding-bottom:0;}
    .yingyong .sw_btn{height:92px;position:relative;}
    .yingyong .sw_btn .sw_li{padding:15px 0;}
    .yingyong .sw_btn .sw_li i{height:34px;}
    .yingyong .sw_btn .sw_li p{font-size:15px;height:23px;line-height:23px;margin-top:5px;}
    .yingyong .sw_btn{height:86px;}
    .yingyong .sw_btn .sw_li{padding:12px 0;}
    .yingyong .sw_btn .sw_li i{height:32px;}
    .yingyong .sw_btn .sw_li p{font-size:14px;height:24px;line-height:24px;margin-top:6px;}
    .ft_form input{width:49%;margin-left:2%;}
    .ft_form input#content{width:calc(98% - 130px);margin-top:10px;margin-left:0;}
    .ft_form .ft_btn{margin-top:10px;}
}
@media only screen and (max-width: 767px) {
    .xhdq .xh_table{width:100%;overflow-y:auto;}
    .xhdq .xh_table table{width:800px;}
    .xhdq .xh_table thead th:last-child{text-align:left;padding-left:10px;}
    .xhdq .xh_table td{font-size:12px;line-height:1.3;padding:6px;}
    .xhdq .xh_table tbody tr td:last-child{font-size:12px;}
    .weixiu{padding:20px 0;}
    .weixiu .wx_con span{font-size:18px;display:block;}
    .weixiu .wx_con a{display:block;margin:10px auto 0;}
    .yingyong .yy_ul .yy_img{padding-bottom:70%;}
    .yingyong .yy_ul .yy_img .wp{padding-bottom:0;}
    .yingyong .yy_ul .yy_img .yy_txt .yy_pp{padding:15px 0;height:100%;}
    .yingyong .yy_ul .yy_img .yy_txt .yy_pp .yy_p{padding:10px 8px;max-width:100%;margin-top:0;height:100%;}
    .yingyong .yy_ul .yy_img .yy_txt .yy_pp .yy_p p:last-child{-webkit-line-clamp:4;}
    .yingyong .sw_btn{height:38px;}
    .yingyong .sw_btn span.swiper-pagination-bullet{height:38px;text-align:center;font-size:0;-webkit-text-size-adjust:none;}
    .yingyong .sw_btn .sw_li{padding:9px 0;}
    .yingyong .sw_btn .sw_li i{display:none;}
    .yingyong .sw_btn .sw_li p{font-size:14px;line-height:20px;width:100%;height:auto;margin-top:0;display:inline-block;}
    .ft_form input{width:100%;margin-left:0;margin-top:10px;float:none;}
    .ft_form input#content{width:100%;float:none;}
    .ft_form .ft_btn{width:100%;float:none;}
}






  </pre></body></html>